home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / winsvc.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.3 KB  |  88 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'WinSvc.pas' rev: 3.00
  6.  
  7. #ifndef WinSvcHPP
  8. #define WinSvcHPP
  9. #include <Windows.hpp>
  10. #include <SysInit.hpp>
  11. #include <System.hpp>
  12.  
  13. //-- user supplied -----------------------------------------------------------
  14.  
  15. namespace Winsvc
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. typedef _SERVICE_STATUS *PServiceStatus;
  19.  
  20. typedef _SERVICE_STATUS  TServiceStatus;
  21.  
  22. typedef _ENUM_SERVICE_STATUSA *PEnumServiceStatusA;
  23.  
  24. typedef _ENUM_SERVICE_STATUSW *PEnumServiceStatusW;
  25.  
  26. typedef _ENUM_SERVICE_STATUSA *PEnumServiceStatus;
  27.  
  28. typedef _ENUM_SERVICE_STATUSA  TEnumServiceStatusA;
  29.  
  30. typedef _ENUM_SERVICE_STATUSW  TEnumServiceStatusW;
  31.  
  32. typedef _ENUM_SERVICE_STATUSA  TEnumServiceStatus;
  33.  
  34. typedef void *SC_LOCK;
  35.  
  36. typedef _QUERY_SERVICE_LOCK_STATUSA *PQueryServiceLockStatusA;
  37.  
  38. typedef _QUERY_SERVICE_LOCK_STATUSW *PQueryServiceLockStatusW;
  39.  
  40. typedef _QUERY_SERVICE_LOCK_STATUSA *PQueryServiceLockStatus;
  41.  
  42. typedef _QUERY_SERVICE_LOCK_STATUSA  TQueryServiceLockStatusA;
  43.  
  44. typedef _QUERY_SERVICE_LOCK_STATUSW  TQueryServiceLockStatusW;
  45.  
  46. typedef _QUERY_SERVICE_LOCK_STATUSA  TQueryServiceLockStatus;
  47.  
  48. typedef _QUERY_SERVICE_CONFIGA *PQueryServiceConfigA;
  49.  
  50. typedef _QUERY_SERVICE_CONFIGW *PQueryServiceConfigW;
  51.  
  52. typedef _QUERY_SERVICE_CONFIGA *PQueryServiceConfig;
  53.  
  54. typedef _QUERY_SERVICE_CONFIGA  TQueryServiceConfigA;
  55.  
  56. typedef _QUERY_SERVICE_CONFIGW  TQueryServiceConfigW;
  57.  
  58. typedef _QUERY_SERVICE_CONFIGA  TQueryServiceConfig;
  59.  
  60. typedef void *TServiceMainFunctionA;
  61.  
  62. typedef void *TServiceMainFunctionW;
  63.  
  64. typedef void *TServiceMainFunction;
  65.  
  66. typedef _SERVICE_TABLE_ENTRYA *PServiceTableEntryA;
  67.  
  68. typedef _SERVICE_TABLE_ENTRYW *PServiceTableEntryW;
  69.  
  70. typedef _SERVICE_TABLE_ENTRYA *PServiceTableEntry;
  71.  
  72. typedef _SERVICE_TABLE_ENTRYA  TServiceTableEntryA;
  73.  
  74. typedef _SERVICE_TABLE_ENTRYW  TServiceTableEntryW;
  75.  
  76. typedef _SERVICE_TABLE_ENTRYA  TServiceTableEntry;
  77.  
  78. typedef void *THandlerFunction;
  79.  
  80. //-- var, const, procedure ---------------------------------------------------
  81.  
  82. }    /* namespace Winsvc */
  83. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  84. using namespace Winsvc;
  85. #endif
  86. //-- end unit ----------------------------------------------------------------
  87. #endif    // WinSvc
  88.